home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 December / EnterCD 12_2002.iso / Gadzety / PostIt 1.04 / install_postit.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-10-14  |  751 b   |  24 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Memento
  4. AppVerName=Memento v1.06
  5. AppId=Memento
  6. AppPublisher=Guys With Towels
  7. AppPublisherURL=http://www.guyswithtowels.com
  8. AppSupportURL=http://www.guyswithtowels.com
  9. AppUpdatesURL=http://www.guyswithtowels.com
  10. DefaultDirName={pf}\Memento
  11. DefaultGroupName=Memento
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\Memento.exe"; DestDir: "{app}"; 
  20. [Run]
  21. Filename: "{app}\Memento.exe"; Description: "Launch Memento"; Flags: postinstall skipifsilent nowait
  22. [Icons]
  23. Name: "{group}\Memento"; Filename: "{app}\Memento.exe"; 
  24.